Uses of Interface
org.eclipse.vtp.framework.core.IActionContext

Packages that use IActionContext
org.eclipse.vtp.framework.common.actions   
org.eclipse.vtp.framework.common.services   
org.eclipse.vtp.framework.databases.actions   
org.eclipse.vtp.framework.engine.runtime   
org.eclipse.vtp.framework.engine.support   
org.eclipse.vtp.framework.interactions.core.actions   
org.eclipse.vtp.framework.webservices.actions   
 

Uses of IActionContext in org.eclipse.vtp.framework.common.actions
 

Fields in org.eclipse.vtp.framework.common.actions declared as IActionContext
protected  IActionContext ExitAction.context
          The context that contains this action.
protected  IActionContext AssignmentAction.context
          The context to use.
 

Constructors in org.eclipse.vtp.framework.common.actions with parameters of type IActionContext
AssignmentAction(IActionContext context, IVariableRegistry variableRegistry, AssignmentConfiguration[] configurations)
          Creates a new AssignmentAction.
BranchAction(IActionContext context, IVariableRegistry variableRegistry, IScriptingService scriptingService, BranchConfiguration[] configurations)
          Creates a new BranchAction.
EndAction(IActionContext context)
          Creates a new TransferMessageAction.
ExitAction(IActionContext context, IController controller, ExitConfiguration configuration, AssignmentConfiguration[] assignments)
          Creates a new ForwardAction.
ForwardAction(IActionContext context, IController controller, DispatchConfiguration configuration)
          Creates a new ForwardAction.
IncludeAction(IActionContext context, IController controller, DispatchConfiguration configuration)
          Creates a new ForwardAction.
NoOpAction(IActionContext context)
          Creates a new BranchAction.
PortalAction(IActionContext context)
          Creates a new BranchAction.
ScriptedAction(IActionContext context, IScriptingService scriptingService, ScriptConfiguration configuration)
          Creates a new ScriptedAction.
 

Uses of IActionContext in org.eclipse.vtp.framework.common.services
 

Constructors in org.eclipse.vtp.framework.common.services with parameters of type IActionContext
ScriptableActionContext(IActionContext context)
          Creates a new ScriptableActionContext.
 

Uses of IActionContext in org.eclipse.vtp.framework.databases.actions
 

Constructors in org.eclipse.vtp.framework.databases.actions with parameters of type IActionContext
DatabaseQueryAction(IActionContext context, IDataTypeRegistry types, IVariableRegistry variables, IDatabaseRegistry databases, DatabaseQueryConfiguration configuration)
          Creates a new DatabaseQueryAction.
 

Uses of IActionContext in org.eclipse.vtp.framework.engine.runtime
 

Classes in org.eclipse.vtp.framework.engine.runtime that implement IActionContext
protected  class Sequence.Context
          Implementation of the generic context.
 

Uses of IActionContext in org.eclipse.vtp.framework.engine.support
 

Classes in org.eclipse.vtp.framework.engine.support that implement IActionContext
 class AbstractActionContext
          A support implementation of the IActionContext interface.
 class ActionContextWrapper
          A wrapper for the IActionContext interface.
 

Methods in org.eclipse.vtp.framework.engine.support that return IActionContext
protected abstract  IActionContext ActionContextWrapper.getActionContext()
          Returns the wrapped action context.
 

Uses of IActionContext in org.eclipse.vtp.framework.interactions.core.actions
 

Constructors in org.eclipse.vtp.framework.interactions.core.actions with parameters of type IActionContext
BridgeMessageAction(IActionContext context, IConversation conversation, BridgeMessageConfiguration configuration)
          Creates a new BranchMessageAction.
DataRequestAction(IActionContext context, IVariableRegistry variableRegistry, IConversation conversation, DataRequestConfiguration configuration)
          Creates a new DataRequestAction.
ExternalReferenceAction(IActionContext context, IConversation conversation)
          Creates a new ExternalReferenceAction.
FinalAction(IActionContext context, IController controller, ExitConfiguration configuration, IConversation conversation, IVariableRegistry variableRegistry, AssignmentConfiguration[] configurations)
          Creates a new FinalAction.
InitialAction(IActionContext context, IVariableRegistry variableRegistry, IDataTypeRegistry dataTypeRegistry, AssignmentConfiguration[] assignCongigs, IConversation conversation, IBrandSelection brand)
          Creates a new InitialAction.
InputRequestAction(IActionContext context, IVariableRegistry variableRegistry, IConversation conversation, InputRequestConfiguration configuration)
          Creates a new InputRequestAction.
MetaDataMessageAction(IActionContext context, IConversation conversation, MetaDataConfiguration configuration)
          Creates a new MetaDataMessageAction.
MetaDataRequestAction(IActionContext context, IConversation conversation, MetaDataConfiguration configuration, IVariableRegistry variables, IBrandSelection brandSelection, IInteractionTypeSelection interactionTypeSelection, ILanguageSelection languageSelection)
          Creates a new MetaDataMessageAction.
OutputMessageAction(IActionContext context, IConversation conversation, OutputMessageConfiguration configuration)
          Creates a new OutputMessageAction.
SelectionRequestAction(IActionContext context, IConversation conversation, SelectionRequestConfiguration configuration)
          Creates a new SelectionRequestAction.
TransferMessageAction(IActionContext context, IConversation conversation, TransferMessageConfiguration configuration)
          Creates a new TransferMessageAction.
 

Uses of IActionContext in org.eclipse.vtp.framework.webservices.actions
 

Constructors in org.eclipse.vtp.framework.webservices.actions with parameters of type IActionContext
WebServiceCallAction(IActionContext context, IDataTypeRegistry types, IVariableRegistry variables, WebServiceCallConfiguration configuration)
          Creates a new WebServiceCallAction.